// Lang_01 [hello world!].nova // The application class. class HelloWorldApp { // Application class's "main" function. public static void main( String[] args ) { Stream.writeLine( "Hello World!" ); } }